Skip to content

chore: upgrade to Java 11+ and update dependencies#353

Open
vaibhavchopra-wq wants to merge 1 commit into
masterfrom
chore/version-deps-ci-updates
Open

chore: upgrade to Java 11+ and update dependencies#353
vaibhavchopra-wq wants to merge 1 commit into
masterfrom
chore/version-deps-ci-updates

Conversation

@vaibhavchopra-wq
Copy link
Copy Markdown

Summary

  • Upgrade minimum Java version from 8 to 11
  • Update GitHub Actions from v2 to v4 with temurin distribution
  • Add CI matrix testing for Java 11, 17, 21
  • Update dependencies to latest versions:
    • OkHttp 3.10.0 → 4.12.0
    • Mockito 2.13.0 → 5.2.0
    • commons-codec 1.11 → 1.17.1
    • commons-text 1.3 → 1.12.0 (security fix for CVE-2022-42889)
    • org.json 20231013 → 20240303

Test plan

  • CI passes on Java 11, 17, 21
  • Existing tests continue to pass
  • Verify no breaking API changes

🤖 Generated with Claude Code

- Java: 1.8 → 11
- okhttp: 3.10.0 → 4.12.0
- org.json: 20231013 → 20240303
- commons-codec: 1.11 → 1.17.1
- commons-text: 1.3 → 1.12.0 (fixes CVE-2022-42889)
- mockito-inline: 2.13.0 → 5.2.0
- CI: test Java 11, 17, 21
- GitHub Actions: v2 → v4

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant